| class MultEQXpanderAdds a set of PeakingEQ filters to selected channels in an Audyssey MultEQ-X configuration file.Visibility | Public | Extends | IIRFilterSet |
Public functionsvoid Export(string path) | Export the modified version of the loaded configuration file containing all applied filters. | Constructor MultEQXpander(string path) | Create an instance of MultEQ-Xpander by loading an existing MultEQ-X configuration file. |
Protected functionsPublic propertiesint Bands | Maximum number of peaking EQ filters per channel. | double MaxGain | Maximum gain of a single peaking EQ band. | double MinGain | Minimum gain of a single peaking EQ band. | bool Valid | This instance is based on a valid configuration file and a modified version can be exported. |
|